home *** CD-ROM | disk | FTP | other *** search
/ Speccy ClassiX 1998 / Speccy ClassiX 98.iso / amiga_system / the_aminet / dev / misc / wkmc.lha / wkmc / docs / wkmc.doc
Text File  |  1995-10-23  |  3KB  |  94 lines

  1. #####################################################################
  2. #                                                                   #
  3. #               WKMC v0.3 - ⌐1995 by WK-Artworks                    #
  4. #                                                                   #
  5. #####################################################################
  6.  
  7. CONTENTS
  8.  1. Introduction
  9.  2. Examples
  10.  3. Suggestions ?
  11.  4. Author/Status
  12.  
  13. 1. Introduction
  14. ---------------------------------------------------------------------
  15.  
  16.  WKMC is a fast truecolor-emulation for 8-bit displays. The idea
  17.  came from Stefan Kost's "Multicolor"-system. Because this program
  18.  changes the pixel-aspect and is terribly slow I decided to write my own.
  19.  (I started a Paint-program and tried out some dither-methods.
  20.   Result: The simplest method was the best one.)
  21.  
  22.  Advantages:
  23.   -pixel-aspect and image-size are not changed
  24.   -high speed
  25.   -more visible colors:
  26.     -every color-channel (RGB) has a diffent number of shades ("eye-sensitive")
  27.     -all 256 color-registers are used
  28.   -no flickering (uses Multiscan)
  29.   -rgb-values are in the usual range 0..255 (not 0.0..1.0)
  30.  
  31.  Because the rows are created using a more or less tricky
  32.  algorithm and copied into the bitmap directly you can't use
  33.  WKMC on gfx-board's.
  34.  
  35.  
  36. 2. Examples
  37. ---------------------------------------------------------------------
  38.  
  39.  Three examples are supplied:
  40.  
  41.  *   plasma: algorithm taken from Stefan Kost's archieve (needs 68030+/FPU)
  42.              Example:
  43.               plasma 32 (resolution 320x240)
  44.               ->29 seconds
  45.  
  46.  *  ppmview: very fast ppm-viewer (needs 68030+)
  47.              Example:
  48.               image: 465x768,  size: 1071375, processor: M68030 40Mhz
  49.                ->5 seconds
  50.  
  51.  * jpegview: very fast jpeg-viewer (needs 68030+) (no source-code supplied)
  52.              Example:
  53.               image: 704x1002,  size: 176880, processor: M68030 40Mhz
  54.               ->16 seconds
  55.  
  56.              This program supports the new progressive-format - but
  57.              only color-jpeg's are displayed correctly.
  58.  
  59.              jpegview uses some libjpeg-code created by the
  60.              Independent JPEG Group.
  61.  
  62.  
  63. 3. Suggestions
  64. ---------------------------------------------------------------------
  65.  
  66.  Because this program only uses trivial algorithms it's pure FREEWARE.
  67.  But I'm interested in receiving mc-related suggestions or programs.
  68.  
  69.  How about a mpeg-player using this technique ?
  70.  
  71. 4. Author/Status
  72. ---------------------------------------------------------------------
  73.  
  74.  (i)   Other projects (+=dead):
  75.         Dust, makeHaze, mesh2tddd, mdar(+),
  76.         iff2eps, YACPro, OPlot(+), CAGS(+), WKMC, ...
  77.  
  78.  (ii)  Address:
  79.         For suggestions, registering, ... contact me at:
  80.  
  81.                          Andreas Maschke
  82.                          Zenkerstra▀e 5
  83.                          06108 Halle/Saale
  84.                          Germany
  85.  
  86.                    Phone: ++49 (0)345/5170331
  87.                    EMail: epgbc@cluster1.urz.Uni-Halle.DE
  88.  
  89.  (iii) Status:
  90.        Because this program only uses trivial algorithms it's
  91.        pure FREEWARE.
  92.        But I'm interested in receiving mc-related suggestions
  93.        or programs.
  94.